home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9240 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1020 b 

  1. Path: wormer.fn.net!sysadmin@wormer.fn.net
  2. From: demstar@fn.net (Invalid Opcode)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C library routines source code
  5. Date: Sat, 09 Mar 1996 00:33:31 GMT
  6. Organization: Feist Connections
  7. Message-ID: <4hqcit$r7l@wormer.fn.net>
  8. References: <4hn42i$j6j@sdcc12.ucsd.edu>
  9. NNTP-Posting-Host: mark225.fn.net
  10. X-Newsreader: Forte Agent .99b.112
  11.  
  12. arao@sdcc15.ucsd.edu (Anand (Andy) Rao) wrote:
  13.  
  14. >How do I go about getting the source code for various C library
  15. >routines, such as memcpy?
  16.  
  17. There's a spiffy book out called "The Standard C Library" by P.J.
  18. Plauger that has example source code for "...all of the library
  19. functions mandated by the ANSI and ISO Standards for the programming
  20. language C" (quote from back of book).  It's about $40, and IMO, worth
  21. every penny.  A complimentary book for "The Standard C Library" is
  22. "The C Programming Language" (Second Edition, which covers Ansi C), by
  23. Brain W. Kernighan and Dennis M. Ritchie.  Also worth every penny
  24. (it's about $40 too, I believe).  :)
  25.  
  26.